body
{
    background-color:darkgray;
    margin:0;
    background-repeat:no-repeat;
    background-position:50% 0%;
    background-size: 850px;
    width: 1000px;
    height: 1000px;
    margin: auto;
}

div#txt_red
{
    color: green;
    text-align: center;
    text-decoration: underline;
    text-shadow: 2px 2px 5px rgb(195, 000, 195);
    font-weight: bold;
    font-style: italic;
}

div#txt_center
{
	color: lightblue;
	text-align: center;
    text-shadow:2px 2px 5px black;
}

div#conseil
{
    color: darkorange;
}

div#e-mail
{
    color: darkcyan;
}

div#dessindeluap
{
    text-align: center;
    color: darkviolet;
}